Skip to main content

systemPrintSelector

Type

property

Summary

Reports whether to use LiveCode stacks or system dialogs for printer settings.

Syntax

set the systemPrintSelector to {true | false}
get the systemPrintSelector

Description

Use the systemPrintSelector property to specify whether LiveCode's print dialogs or the system default dialogs should be used by the answer printer and answer page setup commands.

Examples

if the platform is "linux" then
set the systemPrintSelector to false
end if

command: answer page setup, answer printer

Compatibility and Support

Introduced

LiveCode 2.9

OS

mac

windows

linux

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?